home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 6 / MacMania 6.toast / / Tools&Utilities / TouchMe 1.2□ / touchMe 1.2 Folder / touchMe source codes / CW11 PP source / source / Common Lib / RezPrefix.68K.r < prev    next >
Encoding:
Text File  |  1997-04-25  |  464 b   |  26 lines  |  [TEXT/CWIE]

  1. // ==================================================
  2. //    RezPrefix.68K.r
  3. //    Copyright (C) 1997 Mizutori Tetsuya
  4. //    April 16, 1997.
  5. // ==================================================
  6. //    All documents are pretty-printed in 10-point Geneva font.
  7.  
  8. #define SystemSevenOrLater    TRUE
  9.  
  10. // define for 68K
  11. #ifndef __MC68K__
  12. #define __MC68K__    1
  13. #endif
  14.  
  15. // undef for PPC
  16. #ifdef __POWERPC__
  17. #undef __POWERPC__
  18. #endif
  19.  
  20. #ifdef powerc
  21. #undef powerc
  22. #endif
  23.  
  24. // end of resources
  25.  
  26.